1 using System;
2 using
UnityEngine;
3
4 public
class Readme : ScriptableObject {
5     
public Texture2D icon;
6     
public string title;
7     
public Section[] sections;
8     
public bool loadedLayout;
9     
10     
[Serializable]
11     
public class Section {
12         
public string heading, text, linkText, url;
13     }
14 }



Trò chơi giống như Rogue 2D sử dụng Unity 28.456 lượt xem

Gõ tìm kiếm nhanh...